Index

A C D E G H I L M N P R S T U V 
All Classes All Packages

C

clone() - Method in class edu.uky.ai.csp.kr.Domain
 
clone() - Method in class edu.uky.ai.csp.kr.Solution
 
Constraint - Class in edu.uky.ai.csp.kr
A constraint specifies requirements that any solution to the problem must meet.
Constraint(Variable, Variable) - Constructor for class edu.uky.ai.csp.kr.Constraint
Constructs a new constraint object.
constraints - Variable in class edu.uky.ai.csp.kr.Problem
A set of all the constraints that a solution to this problem must meet
contains(Object) - Method in class edu.uky.ai.csp.kr.Domain
Checks if a given value is one of the possible values this variable might be assigned.
countDescendants() - Method in class edu.uky.ai.csp.kr.Solution
Returns the number of descendant solutions that were generated from this object.
A C D E G H I L M N P R S T U V 
All Classes All Packages